-- XSD schema extracted from ITU-T H.627 (08/2020)
<?xml version="1.0" encoding="utf-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<choice maxOccurs="unbounded">
<element name="Query">
<complexType>
<sequence>
<!-- Query request command series is shown as follows.-->
<!-- Command type: mobile device position data query (required)-->
<element name="CmdType" fixed="MobilePosition"/>
<!-- Command SN (required) -->
<element name="SN" type="integer" minInclusive="1"/>
<!-- Query of mobile device/VSS ID (required) -->
<element name="DeviceID" type="deviceIDType"/>
<!--Mobile device position information reporting interval, unit: s, default value: 5 (optional)-->
<element name="Interval" type="integer" default="5"/>
</sequence>
</complexType>
</element>
</choice>
</schema>